home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / Mops 2.7 / Mops Manual / Part III.srd / Part III.srd.rsrc / PICT_29.png < prev    next >
Portable Network Graphic  |  1996-01-02  |  114KB  |  816x1056  |  8-bit (256 colors)
Labels: book | chat room | earth | mountain | plant | poster | reckoner | sky | windowpane
OCR: Chapter -Basic Data Structures 1I7 HandleList HandleList allows the implementation of a list of heap -based obiects Unlike HandleArray the list can be of F indefinite length. We use heap block to store the handles to the objects contiguously rather than have saate block for each handle and link them together This saves uo memory overhead and reduces the number of Memory "Manager calls It also reflects the assumption that insertions and deletions into the middle of the list be infrequent. as these could be more inefficient than with linked scheme We expect that elements will normally be added to the end, and probably not removed at all, or not very often Superclass ObjHandle Sequence Source file Struct Status Core Instance variables handle TheList Points to the memory block containing the h ...